Post

Replies

Boosts

Views

Activity

Reply to resize image from UIImage inside UIButton with swiftUI
You can try this: Button { // Button Action here                     } label: {   Image(systemName: "arrowtriangle.right").resizable() .foregroundColor(Color("Feature Green")) .frame(width: 27, height: 27)   }
Topic: UI Frameworks SubTopic: UIKit Tags:
Replies
Boosts
Views
Activity
Jul ’22